    @media only screen and (max-width: 1024px) {
        #residentLogo {
            width: 100% !important;
        }

        #footerLink>img {
            margin-top: 30px;
            /* width: 20rem; */
            width: 100%;
        }
    }